body, html{
	margin: 0px;
	padding: 0;
	box-sizing: border-box;
	}

/*Navigace*/
nav {
	background: YellowGreen;
	margin: 0px auto;
	display: block;
}
nav ul {
	width: 900px;
	margin: 0px auto;
}

nav ul li {
	width: 120px;
	list-style-type: none;
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
}

nav ul li a {
	color: white;
	text-decoration: none;
}

nav ul li a:hover {
	border-bottom: 2px solid White;
}
.tanmania {
	background: olivedrab;
	padding-bottom: 30px;
}
.tanmania img{
	display: block;
    margin: 0px auto;
    position: relative;
    top: 10px;
    width: 70%;
}
.icon img {
	width: 100px;
	position: absolute;
	top: 100px;
	right: 1353px;
}
h1 {
	color: DarkOliveGreen;
	font-size: 30px;
	display: block;
	margin: 0px auto;
	text-align: center;
	text-shadow: 2px 2px 50px gray;
    background: WhiteSmoke;
	padding-top: 15px;
	padding-bottom: 15px;
}

p {
	display: block;
	text-align: center;
	font-size: 30px;
	text-shadow: 0px 0px 3px orange;
	color: darkred;
	padding-bottom: 8px;
	letter-spacing: 0.09em
}
.pravidla {
	margin-left: 10%;
	margin-right: 10%;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}